home *** CD-ROM | disk | FTP | other *** search
/ SGI WebFORCE 1998 February / SGI WebFORCE 1998 February - Disc 1.iso / docs6.4 / relnotes / nss_proxy / ch5.z / ch5
Encoding:
Text File  |  1998-02-25  |  1.3 KB  |  67 lines

  1.  
  2.  
  3.  
  4.                                   - 1 -
  5.  
  6.  
  7.  
  8.        5.  _K_n_o_w_n__P_r_o_b_l_e_m_s__a_n_d__W_o_r_k_a_r_o_u_n_d_s
  9.  
  10.        Netscape's list of known problems is located in the Release
  11.        Notes mentioned in the last chapter.
  12.  
  13.        As with any _N_e_t_s_c_a_p_e Server products, there are a number of
  14.        semaphores consumed by each server instance. It is thus
  15.        possible for you to encounter the following error during an
  16.        operation via the Administration Server:
  17.  
  18.        usinit: no space left on device
  19.  
  20.        To solve this problem you can either run fewer instances of
  21.        _N_e_t_s_c_a_p_e Servers or increase the resources limit on your
  22.        system by doing:
  23.  
  24.        $ su -
  25.        # cd /var/sysgen/master.d
  26.        # cp usema usema.orig
  27.        # chmod +w usema
  28.        # vi usema
  29.  
  30.        *
  31.        * usema - pollable semaphores
  32.        *
  33.        *FLAG   PREFIX  SOFT    #DEV    DEPENDENCIES
  34.        sc      us      47      -
  35.                                        usexit(){false}
  36.  
  37.        $$$
  38.  
  39.        /* max minor devs is 255 */
  40.        #define USMAXDEVS       254
  41.        int usmaxdevs = USMAXDEVS;
  42.  
  43.  
  44.        Increase USMAXDEVS to a number equal to 60 * number of server
  45.        instances running.
  46.  
  47.        # autoconfig -f
  48.        # reboot
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.